Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632542 Views

Latest files of /cody/solygambas/html-css-javascript-projects/096-cloud hosting service

utilities.css cody/solygambas/html-css-javascript-projects/096-cloud hosting service/utilities.css
143 Views
0 Comments
.container {
max-width: 1100px;
margin: 0 auto;
padding: 0 40px;
}

.flex {
display: flex;
style.css cody/solygambas/html-css-javascript-projects/096-cloud hosting service/style.css
141 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap");

:root {
--primary-color: #047aed;
--secondary-color: #1c3fa8;
--dark-color: #002240;
--light-color: #f4f4f4;
--success-color: #5cb85c;
index.html cody/solygambas/html-css-javascript-projects/096-cloud hosting service/index.html
340 Views
0 Comments
<!-- Based on Build a Responsive Website by Brad Traversy (2020)
see: https://www.youtube.com/watch?v=p0bGHP-PXD4 -->

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />